From be02424994005402d383d0adcd12dcb6a210b988 Mon Sep 17 00:00:00 2001 From: "arun.sharma@intel.com[kaf24]" Date: Thu, 30 Jun 2005 08:08:06 +0000 Subject: [PATCH] bitkeeper revision 1.1775 (42c3a866BfZr3l3NiVNwr6Z_1Uin_A) [PATCH] Fix PCI BIOS double initialization. Fix PCI BIOS double initialization. Because the qemu device models are already doing the PCI BIOS initialization, don't do it in rombios. With this change, the PCI network card becomes functional. Signed-off-by: Winston Wang Signed-off-by: Arun Sharma diff -r e71f644f492e -r 5d58883fc7b8 tools/firmware/rombios/rombios.c --- tools/firmware/rombios/rombios.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/firmware/rombios/rombios.c b/tools/firmware/rombios/rombios.c index b76766ae51..4ec5d383ff 100644 --- a/tools/firmware/rombios/rombios.c +++ b/tools/firmware/rombios/rombios.c @@ -9722,8 +9722,6 @@ post_default_ints: call _copy_e820_table #endif - call pcibios_init - call rom_scan call _print_bios_banner -- 2.30.2